home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / Polyhedra / BackView.h next >
Text File  |  1991-09-21  |  344b  |  20 lines

  1. #import <appkit/View.h>
  2. #import "Thinker.h"
  3.  
  4. @interface BackView:View
  5. {
  6.     id image;
  7.     NXRect imageRect;
  8.     NXPoint maxCoord;
  9.     unsigned BVthen;
  10. }
  11.  
  12. - (BOOL) timePassed: (BStimeval) delay;
  13. - initFrame:(NXRect *)frameRect;
  14. - drawSelf:(const NXRect *)rects :(int)rectCount;
  15. - setImageConstraints;
  16. - setImage: newImage;
  17. - (BOOL) useBufferedWindow;
  18.  
  19. @end
  20.